To create a new group
By default, the name you type is also entered as the pre-Windows 2000 name of the new group.
Notes
dsadd group GroupDN -samid SAMName -secgrp yes | no -scope l | g | u
Value | Description |
---|---|
GroupDN | Specifies the distinguished name of the group object that you want to add. |
SAMName | Specifies to use the Security Accounts Manager (SAM) name as the unique SAM account name for this group (for example, operators). |
yes | no | Specifies whether the group you want to add is a security group (yes) or a distribution group (no). |
l | g | u | Specifies whether the scope of the group you want to add is domain local (l), global (g), or universal (u). |
Notes
dsadd group /?